0 CpxTRS
↳1 DependencyGraphProof (BOTH BOUNDS(ID, ID), 18 ms)
↳2 CpxTRS
↳3 TrsToWeightedTrsProof (BOTH BOUNDS(ID, ID), 0 ms)
↳4 CpxWeightedTrs
↳5 TypeInferenceProof (BOTH BOUNDS(ID, ID), 0 ms)
↳6 CpxTypedWeightedTrs
↳7 CompletionProof (UPPER BOUND(ID), 0 ms)
↳8 CpxTypedWeightedCompleteTrs
↳9 CpxTypedWeightedTrsToRntsProof (UPPER BOUND(ID), 0 ms)
↳10 CpxRNTS
↳11 CompleteCoflocoProof (⇔, 62 ms)
↳12 BOUNDS(1, 1)
f(f(X)) → f(a(b(f(X))))
f(a(g(X))) → b(X)
b(X) → a(X)
f(a(g(X))) → b(X)
b(X) → a(X)
f(a(g(X))) → b(X) [1]
b(X) → a(X) [1]
f(a(g(X))) → b(X) [1]
b(X) → a(X) [1]
f :: a → a a :: g → a g :: g → g b :: g → a |
f(v0) → null_f [0]
null_f, const
Runtime Complexity Weighted TRS with Types. The TRS R consists of the following rules:
The TRS has the following type information:
Rewrite Strategy: INNERMOST |
null_f => 0
const => 0
b(z) -{ 1 }→ 1 + X :|: X >= 0, z = X
f(z) -{ 1 }→ b(X) :|: z = 1 + (1 + X), X >= 0
f(z) -{ 0 }→ 0 :|: v0 >= 0, z = v0
eq(start(V),0,[f(V, Out)],[V >= 0]). eq(start(V),0,[b(V, Out)],[V >= 0]). eq(f(V, Out),1,[b(X1, Ret)],[Out = Ret,V = 2 + X1,X1 >= 0]). eq(b(V, Out),1,[],[Out = 1 + X2,X2 >= 0,V = X2]). eq(f(V, Out),0,[],[Out = 0,V1 >= 0,V = V1]). input_output_vars(f(V,Out),[V],[Out]). input_output_vars(b(V,Out),[V],[Out]). |
CoFloCo proof output:
Preprocessing Cost Relations
=====================================
#### Computed strongly connected components
0. non_recursive : [b/2]
1. non_recursive : [f/2]
2. non_recursive : [start/1]
#### Obtained direct recursion through partial evaluation
0. SCC is completely evaluated into other SCCs
1. SCC is partially evaluated into f/2
2. SCC is partially evaluated into start/1
Control-Flow Refinement of Cost Relations
=====================================
### Specialization of cost equations f/2
* CE 4 is refined into CE [6]
* CE 5 is refined into CE [7]
### Cost equations --> "Loop" of f/2
* CEs [6] --> Loop 4
* CEs [7] --> Loop 5
### Ranking functions of CR f(V,Out)
#### Partial ranking functions of CR f(V,Out)
### Specialization of cost equations start/1
* CE 2 is refined into CE [8,9]
* CE 3 is refined into CE [10]
### Cost equations --> "Loop" of start/1
* CEs [8,9,10] --> Loop 6
### Ranking functions of CR start(V)
#### Partial ranking functions of CR start(V)
Computing Bounds
=====================================
#### Cost of chains of f(V,Out):
* Chain [5]: 0
with precondition: [Out=0,V>=0]
* Chain [4]: 2
with precondition: [V=Out+1,V>=2]
#### Cost of chains of start(V):
* Chain [6]: 2
with precondition: [V>=0]
Closed-form bounds of start(V):
-------------------------------------
* Chain [6] with precondition: [V>=0]
- Upper bound: 2
- Complexity: constant
### Maximum cost of start(V): 2
Asymptotic class: constant
* Total analysis performed in 22 ms.